portableSql
Upper Portable SQL Function
Syntax
Upper as C (String as C)
Arguments
- StringCharacter
A field or value.
Returns
- resultCharacter
Returns an uppercase string.
Description
Converts a string to uppercase.
Discussion
The Upper function converts a field or value to uppercase.
Upper() function executed on the Northwind Access database
SELECT FIRST 1 Upper(CompanyName) AS Expr1 FROM Customers =ALFREDS FUTTERKISTE